projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de91fc
)
Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 27 Aug 1997 15:53:09 +0000
(15:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 27 Aug 1997 15:53:09 +0000
(15:53 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index 5a3e6ea38321c197a1ffd3aff7d27f9ec4fa3460..03cddcca32a66911649e6148fe72afc878cd15e0 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-381,7
+381,7
@@
read_minibuf (map, initial, prompt, backup_n, expflag,
/* If appropriate, copy enable-multibyte-characters into the minibuffer. */
if (inherit_input_method)
- current_buffer->enable_multibyte_characters = enable_multibyte
_characters
;
+ current_buffer->enable_multibyte_characters = enable_multibyte;
/* Run our hook, but not if it is empty.
(run-hooks would do nothing if it is empty,